home *** CD-ROM | disk | FTP | other *** search
/ Cubase Magazine 26 / Issue #26.iso / 2-SOFTWARE / TUAREG FAT 1.5 / _SETUP.1 / Tuareg.exe / 0 / RCDATA / TLOOPMANAGER / TLOOPMANAGER.txt < prev   
Text File  |  2000-08-10  |  9KB  |  389 lines

  1. object LoopManager: TLoopManager
  2.   Left = 268
  3.   Top = 193
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Sample Control Unit'
  7.   ClientHeight = 313
  8.   ClientWidth = 561
  9.   Color = 4874571
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object loopBackPic: TImage
  23.     Left = 6
  24.     Top = 8
  25.     Width = 546
  26.     Height = 254
  27.     AutoSize = True
  28.     Picture.Data = {<image000.bmp>}
  29.   end
  30.   object sizeLabel: TLabel
  31.     Left = 371
  32.     Top = 67
  33.     Width = 9
  34.     Height = 14
  35.     Caption = '...'
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clWhite
  38.     Font.Height = -11
  39.     Font.Name = 'Arial'
  40.     Font.Style = []
  41.     ParentFont = False
  42.   end
  43.   object freqLabel: TLabel
  44.     Left = 476
  45.     Top = 67
  46.     Width = 9
  47.     Height = 14
  48.     Caption = '...'
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clWhite
  51.     Font.Height = -11
  52.     Font.Name = 'Arial'
  53.     Font.Style = []
  54.     ParentFont = False
  55.   end
  56.   object sbLoop: TSpeedButton
  57.     Left = 356
  58.     Top = 103
  59.     Width = 44
  60.     Height = 17
  61.     Hint = 'Make this sound automatically fit into 1 measure'
  62.     Flat = True
  63.     OnClick = sbLoopClick
  64.   end
  65.   object sbStream: TSpeedButton
  66.     Left = 356
  67.     Top = 120
  68.     Width = 44
  69.     Height = 17
  70.     Hint = 'Stream this sound at an individual pitch'
  71.     Flat = True
  72.     OnClick = sbLoopClick
  73.   end
  74.   object sbPatch: TSpeedButton
  75.     Left = 356
  76.     Top = 137
  77.     Width = 44
  78.     Height = 17
  79.     Hint = 'Use this sound with the RaGE or BLiSS units'
  80.     Flat = True
  81.     OnClick = sbLoopClick
  82.   end
  83.   object WAV_btn: TImage
  84.     Left = 12
  85.     Top = 40
  86.     Width = 74
  87.     Height = 23
  88.     Hint = 'Import a WAV file from disk'
  89.     AutoSize = True
  90.     Picture.Data = {<image001.bmp>}
  91.     OnMouseDown = WAV_btnMouseDown
  92.     OnMouseUp = WAV_btnMouseUp
  93.   end
  94.   object RaGE_btn: TImage
  95.     Left = 12
  96.     Top = 72
  97.     Width = 74
  98.     Height = 23
  99.     Hint = 'Create a new drumcomputer pattern'
  100.     AutoSize = True
  101.     Picture.Data = {<image002.bmp>}
  102.     OnMouseDown = WAV_btnMouseDown
  103.     OnMouseUp = WAV_btnMouseUp
  104.   end
  105.   object BLiSS_btn: TImage
  106.     Left = 12
  107.     Top = 105
  108.     Width = 74
  109.     Height = 23
  110.     Hint = 'Create a new bassline pattern'
  111.     AutoSize = True
  112.     Picture.Data = {<image003.bmp>}
  113.     OnMouseDown = WAV_btnMouseDown
  114.     OnMouseUp = WAV_btnMouseUp
  115.   end
  116.   object external_btn: TImage
  117.     Left = 12
  118.     Top = 138
  119.     Width = 74
  120.     Height = 23
  121.     Hint = 'Import sounds using a plugin or external instrument'
  122.     AutoSize = True
  123.     Picture.Data = {<image004.bmp>}
  124.     OnMouseDown = WAV_btnMouseDown
  125.     OnMouseUp = WAV_btnMouseUp
  126.   end
  127.   object Play_Btn: TImage
  128.     Left = 462
  129.     Top = 101
  130.     Width = 74
  131.     Height = 23
  132.     AutoSize = True
  133.     Picture.Data = {<image005.bmp>}
  134.     OnMouseDown = WAV_btnMouseDown
  135.     OnMouseUp = WAV_btnMouseUp
  136.   end
  137.   object edit_btn: TImage
  138.     Left = 462
  139.     Top = 132
  140.     Width = 74
  141.     Height = 23
  142.     Hint = 'Edit this sound with a plugin or an instrument'
  143.     AutoSize = True
  144.     Picture.Data = {<image006.bmp>}
  145.     OnMouseDown = WAV_btnMouseDown
  146.     OnMouseUp = WAV_btnMouseUp
  147.   end
  148.   object replace_btn: TImage
  149.     Left = 462
  150.     Top = 164
  151.     Width = 74
  152.     Height = 23
  153.     Hint = 'Replace this sound with a WAV file from disk'
  154.     AutoSize = True
  155.     Picture.Data = {<image007.bmp>}
  156.     OnMouseDown = WAV_btnMouseDown
  157.     OnMouseUp = WAV_btnMouseUp
  158.   end
  159.   object delete_btn: TImage
  160.     Left = 462
  161.     Top = 195
  162.     Width = 74
  163.     Height = 23
  164.     Hint = 'Delete this sound from your song'
  165.     AutoSize = True
  166.     Picture.Data = {<image008.bmp>}
  167.     OnMouseDown = WAV_btnMouseDown
  168.     OnMouseUp = WAV_btnMouseUp
  169.   end
  170.   object dupe_Btn: TImage
  171.     Left = 462
  172.     Top = 226
  173.     Width = 74
  174.     Height = 23
  175.     Hint = 'Make a copy of this sound'
  176.     AutoSize = True
  177.     Picture.Data = {<image009.bmp>}
  178.     OnMouseDown = WAV_btnMouseDown
  179.     OnMouseUp = WAV_btnMouseUp
  180.   end
  181.   object sourceImg: TImage
  182.     Left = 343
  183.     Top = 199
  184.     Width = 94
  185.     Height = 12
  186.     Hint = 'Plugin-data is included with this sound'
  187.     AutoSize = True
  188.     Picture.Data = {<image010.bmp>}
  189.     Visible = False
  190.   end
  191.   object typeLed: TImage
  192.     Left = 343
  193.     Top = 106
  194.     Width = 11
  195.     Height = 10
  196.     AutoSize = True
  197.     Picture.Data = {<image011.bmp>}
  198.   end
  199.   object mobiusBtn_down: TImage
  200.     Left = 345
  201.     Top = 226
  202.     Width = 101
  203.     Height = 23
  204.     AutoSize = True
  205.     Picture.Data = {<image012.bmp>}
  206.     Visible = False
  207.   end
  208.   object mobiusBtn_Up: TImage
  209.     Left = 345
  210.     Top = 226
  211.     Width = 101
  212.     Height = 23
  213.     Hint = 'Edit this sound with M∩┐╜bius'
  214.     AutoSize = True
  215.     Picture.Data = {<image013.bmp>}
  216.     Visible = False
  217.     OnMouseDown = WAV_btnMouseDown
  218.     OnMouseUp = WAV_btnMouseUp
  219.   end
  220.   object Done: TButton
  221.     Left = 448
  222.     Top = 280
  223.     Width = 105
  224.     Height = 25
  225.     Cancel = True
  226.     Caption = 'Done'
  227.     Font.Charset = DEFAULT_CHARSET
  228.     Font.Color = clWindowText
  229.     Font.Height = -11
  230.     Font.Name = 'Arial'
  231.     Font.Style = []
  232.     ModalResult = 1
  233.     ParentFont = False
  234.     TabOrder = 0
  235.     OnClick = DoneClick
  236.   end
  237.   object LoopNames: TListBox
  238.     Left = 97
  239.     Top = 12
  240.     Width = 231
  241.     Height = 217
  242.     BorderStyle = bsNone
  243.     Color = 11255468
  244.     ExtendedSelect = False
  245.     Font.Charset = DEFAULT_CHARSET
  246.     Font.Color = clBlack
  247.     Font.Height = -12
  248.     Font.Name = 'Arial'
  249.     Font.Style = []
  250.     ItemHeight = 15
  251.     Items.Strings = (
  252.       '...')
  253.     ParentFont = False
  254.     TabOrder = 1
  255.     OnClick = LoopNamesClick
  256.     OnDblClick = LoopNamesDblClick
  257.     OnEnter = LoopNamesClick
  258.     OnExit = LoopNamesClick
  259.   end
  260.   object LoopNameBox: TEdit
  261.     Left = 350
  262.     Top = 39
  263.     Width = 185
  264.     Height = 17
  265.     BorderStyle = bsNone
  266.     Color = 11255468
  267.     Font.Charset = DEFAULT_CHARSET
  268.     Font.Color = clBlack
  269.     Font.Height = -12
  270.     Font.Name = 'Arial'
  271.     Font.Style = []
  272.     ParentFont = False
  273.     TabOrder = 2
  274.     OnChange = LoopNameBoxChange
  275.   end
  276.   object hidePatches: TCheckBox
  277.     Left = 232
  278.     Top = 264
  279.     Width = 89
  280.     Height = 17
  281.     Hint = 'Make all "patch" sounds in the list invisible'
  282.     Alignment = taLeftJustify
  283.     Caption = 'Hide patches'
  284.     Font.Charset = DEFAULT_CHARSET
  285.     Font.Color = clWhite
  286.     Font.Height = -11
  287.     Font.Name = 'Arial'
  288.     Font.Style = []
  289.     ParentFont = False
  290.     TabOrder = 3
  291.     OnClick = hidePatchesClick
  292.   end
  293.   object cancelBtn: TButton
  294.     Left = 392
  295.     Top = 280
  296.     Width = 75
  297.     Height = 25
  298.     Cancel = True
  299.     Caption = 'Cancel'
  300.     Font.Charset = DEFAULT_CHARSET
  301.     Font.Color = clWindowText
  302.     Font.Height = -11
  303.     Font.Name = 'Arial'
  304.     Font.Style = []
  305.     ModalResult = 2
  306.     ParentFont = False
  307.     TabOrder = 4
  308.     OnClick = cancelBtnClick
  309.   end
  310.   object okBtn: TButton
  311.     Left = 478
  312.     Top = 280
  313.     Width = 75
  314.     Height = 25
  315.     Caption = 'Ok'
  316.     Default = True
  317.     Font.Charset = DEFAULT_CHARSET
  318.     Font.Color = clWindowText
  319.     Font.Height = -11
  320.     Font.Name = 'Arial'
  321.     Font.Style = []
  322.     ModalResult = 1
  323.     ParentFont = False
  324.     TabOrder = 5
  325.     OnClick = cancelBtnClick
  326.   end
  327.   object hidePlugin: TPanel
  328.     Left = 8
  329.     Top = 134
  330.     Width = 81
  331.     Height = 33
  332.     BevelOuter = bvNone
  333.     Color = 4874571
  334.     TabOrder = 6
  335.   end
  336.   object hidePlay: TPanel
  337.     Left = 460
  338.     Top = 96
  339.     Width = 81
  340.     Height = 33
  341.     BevelOuter = bvNone
  342.     Color = 4874571
  343.     TabOrder = 7
  344.   end
  345.   object builtin: TCheckBox
  346.     Left = 232
  347.     Top = 240
  348.     Width = 89
  349.     Height = 17
  350.     Hint = 'Make all built-in sounds in the list invisible'
  351.     Alignment = taLeftJustify
  352.     Caption = 'Hide built-in'
  353.     Font.Charset = DEFAULT_CHARSET
  354.     Font.Color = clWhite
  355.     Font.Height = -11
  356.     Font.Name = 'Arial'
  357.     Font.Style = []
  358.     ParentFont = False
  359.     TabOrder = 8
  360.     OnClick = hidePatchesClick
  361.   end
  362.   object HideRaGEBLiSS: TCheckBox
  363.     Left = 208
  364.     Top = 288
  365.     Width = 113
  366.     Height = 17
  367.     Hint = 'Make all RaGE & BLiSS patterns in the list invisible'
  368.     Alignment = taLeftJustify
  369.     Caption = 'Hide RaGE / BLiSS'
  370.     Font.Charset = DEFAULT_CHARSET
  371.     Font.Color = c